Opc.Ua.Core
Log(LogLevel,EventId,String,Object[]) Method



Opc.Ua Namespace > Utils Class > Log Method : Log(LogLevel,EventId,String,Object[]) Method
Entry will be written on this level.
The event id associated with the log.
Format string of the log message.
An object array that contains zero or more objects to format.
Formats and writes a log message at the specified log level.
Syntax
'Declaration
 
Public Overloads Shared Sub Log( _
   ByVal logLevel As LogLevel, _
   ByVal eventId As EventId, _
   ByVal message As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim logLevel As LogLevel
Dim eventId As EventId
Dim message As String
Dim args() As Object
 
Utils.Log(logLevel, eventId, message, args)
public static void Log( 
   LogLevel logLevel,
   EventId eventId,
   string message,
   params object[] args
)
public:
static void Log( 
   LogLevel logLevel,
   EventId eventId,
   String^ message,
   ... array<Object^>^ args
) 

Parameters

logLevel
Entry will be written on this level.
eventId
The event id associated with the log.
message
Format string of the log message.
args
An object array that contains zero or more objects to format.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List